﻿2026-08-04T02:51:21.9497171Z ##[group]Run $floorBytes = 32GB
2026-08-04T02:51:21.9497624Z [36;1m$floorBytes = 32GB[0m
2026-08-04T02:51:21.9497919Z [36;1m$drive = (Get-Item $env:GITHUB_WORKSPACE).PSDrive[0m
2026-08-04T02:51:21.9498228Z [36;1m$freeBytes = [int64]$drive.Free[0m
2026-08-04T02:51:21.9498611Z [36;1mWrite-Host "disk preflight: drive=$($drive.Root) free_bytes=$freeBytes floor_bytes=$floorBytes"[0m
2026-08-04T02:51:21.9498988Z [36;1mif ($freeBytes -lt $floorBytes) {[0m
2026-08-04T02:51:21.9499343Z [36;1m  Write-Error "RESOURCE=disk drive=$($drive.Root) free_bytes=$freeBytes floor_bytes=$floorBytes"[0m
2026-08-04T02:51:21.9499707Z [36;1m  exit 1[0m
2026-08-04T02:51:21.9499899Z [36;1m}[0m
2026-08-04T02:51:21.9508750Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-08-04T02:51:21.9509220Z ##[endgroup]
2026-08-04T02:51:22.9196556Z disk preflight: drive=C:\ free_bytes=69906108416 floor_bytes=34359738368
